crypto/x509.CertPool.byName (field)
9 uses
crypto/x509 (current package)
cert_pool.go#L18: byName map[string][]int // cert.RawSubject => index into lazyCerts
cert_pool.go#L61: byName: make(map[string][]int),
cert_pool.go#L83: byName: make(map[string][]int, len(s.byName)),
cert_pool.go#L88: for k, v := range s.byName {
cert_pool.go#L91: p.byName[k] = indexes
cert_pool.go#L133: for _, c := range s.byName[string(cert.RawIssuer)] {
cert_pool.go#L198: s.byName[rawSubject] = append(s.byName[rawSubject], len(s.lazyCerts)-1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |